Termination Proof Script

Consider the TRS R consisting of the rewrite rule
1:    x * (y + z)  → (x * y) + (x * z)
There are 2 dependency pairs:
2:    x *# (y + z)  → x *# y
3:    x *# (y + z)  → x *# z
The approximated dependency graph contains one SCC: {2,3}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.00 seconds)   ---  May 3, 2006